create Outgoing Call
This method is to create outgoing/mobile originated calls.
Parameters
address defining the target of the call (remote party)
base interface for outgoing call creation events
This method is to create outgoing/mobile originated calls
Parameters
address defining the source of the call
address defining the target of the call (remote party)
base interface for outgoing call creation events
This method is to create outgoing/mobile originated calls and it will set callId for that call. Identifier (callId) is NOT related with WebRTC GW session id
Parameters
Id of call. If this set as null MobileSDK will generate a callId.
address defining the source of the call.
address defining the target of the call (remote party).
base interface for outgoing call creation events
Deprecated
CallApplicationListener is no longer used. Switch to CallService#createOutgoingCall(String, OutgoingCallCreateInterface) instead
This method is to create outgoing/mobile originated calls.
Parameters
address defining the target of the call (remote party)
base interface for outgoing call creation events
See also
Deprecated
CallApplicationListener is no longer used. Switch to CallService#createOutgoingCall(String, String, OutgoingCallCreateInterface) instead
This method is to create outgoing/mobile originated calls
Parameters
address defining the source of the call
address defining the target of the call (remote party)
base interface for outgoing call creation events
See also
Deprecated
CallApplicationListener is no longer used. Switch to CallService#createOutgoingCall(String, String, String, OutgoingCallCreateInterface) instead
This method is to create outgoing/mobile originated calls and it will set callId for that call. Identifier (callId) is NOT related with WebRTC GW session id
Parameters
Id of call. If this set as null MobileSDK will generate a callId.
address defining the source of the call.
address defining the target of the call (remote party).
application listener for call service.
base interface for outgoing call creation events